# Unblock previously blocked domain

Removes a domain block for the authenticated user, restoring content visibility from that domain. Returns an error if the domain is not currently blocked.

Endpoint: DELETE /api/v1/user-domain-block/{domain}
Version: 1.0
Security: header

## Path parameters:

  - `domain` (string, required)
    The domain to unblock

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation

## Response 404 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


